home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / prgmming / bansi111 / bansi.doc < prev    next >
Encoding:
Text File  |  1994-08-31  |  5.7 KB  |  153 lines

  1. ░░░    ▒▒▒    ▓▓▓        █▀▀▀▀▄                       TM
  2.   ░░░    ▒▒▒    ▓▓▓      █    █                    ▄
  3.     ░░░    ▒▒▒    ▓▓▓    █    █  ▄▄▄   ▄▄▄▄   ▄▄   ▄
  4.       ░░░    ▒▒▒    ▓▓▓  █▀▀▀▀▄ █   █  █   █ █  ▀  █
  5.     ░░░    ▒▒▒    ▓▓▓    █    █ █   █  █   █  ▀▀▄  █
  6.   ░░░    ▒▒▒    ▓▓▓      █▄▄▄▄▀ ▀▄▄▄▀▄ █   █ ▀▄▄▀  █
  7. ░░░    ▒▒▒    ▓▓▓
  8.                          The BASIC ANSI Library v1.11
  9.  
  10.  
  11. Designed and programmed by Chris Walker.
  12.  
  13.  
  14. This document and all files included within the Bansi package are
  15.         (c) Copyright 1994 by Chris Walker
  16.                 ALL RIGHTS RESERVED
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. Beginning, Part 1, Disclaimers and Warranties
  67. -------------------------------------------------------------------------------
  68. Bansi Library v1.11 -- (c) Copyright 1994 by Chris Walker, ALL RIGHTS RESERVED
  69. -------------------------------------------------------------------------------
  70. DISCLAIMER -- This takes place over all warranties, written or oral.
  71. -------------------------------------------------------------------------------
  72.         I have no control over what you do with Bansi and so you can't blame
  73. anything on me.  I hold no responsibilty for what it does or what you make it
  74. do to anything -- your computer, your health (your health???), anything --  I
  75. have to have this in here and I am not responsible.
  76. -------------------------------------------------------------------------------
  77. Your License For Bansi
  78. -------------------------------------------------------------------------------
  79.         You now have a copy of Bansi v1.11.  You are licensed to use this
  80. library in any software that you write.  If this library is registered, you
  81. CANNOT distribute it.  You must only distribute the freeware version of the 
  82. library, which can be found as BANSI111.<ZIP/ARJ/ETC...).  You are not allowed
  83. to do any of (but not limited to) the following: disassemble, decompile, or in
  84. any other way reverse engineer or change/add to any of the files in this
  85. package or the actual package itself.  I hold the copyright to this library
  86. and reserve all rights to change anything in the file(s) and/ or document(s)
  87. and/ or package(s) and also reserve the right to give/revoke/change licenses. 
  88. The file BANSI111.ZIP should contain the following files:
  89.  
  90. BANSI.BI      (The Bansi Include file)
  91. BANSI.DOC     (The Bansi Short Documentation)
  92. BANSI.INF     (LIBWIZ compatible .INF file)
  93. CATALOG.TXT   (Catalog)
  94. CREATE.EXE    (Create your Interpreter Library)
  95. DESC.SDI      (Description File)
  96. DISTRIB.TXT   (Distribution Sites)
  97. FILE_ID.DIZ   (Author's Description File)
  98. MANUAL.TXT    (Manual describing all the functions and subroutines)
  99. ORDER.FRM     (Order Form)
  100. PACKING.LST   (Packing List For Bansi)
  101. QBANSI.LIB    (The QuickBasic Bansi Library file)
  102. README.1ST    (The ReadMe 1st File)
  103. REGISTER.TXT  (The registration document)
  104. VBANSI.LIB    (The VB/DOS Bansi Library file)
  105. WHATS.NEW     (The update bulletin)
  106. -------------------------------------------------------------------------------
  107. More about your License for Bansi... {UNREGISTERED ONLY}
  108. -------------------------------------------------------------------------------
  109.         The Bansi library is free for personal use for the first 90 days.  If
  110. you want to use the Bansi library in your own programs, that's fine with me -
  111. until your license expires.  If, after the 90th day, you use this library and
  112. have not sent off your registration, you are breaking the law!  It is illegal
  113. to use this program after the 90th day without registration.  This is only a
  114. "Test Drive" of the program - a "Try Before You Buy" approach that lets you
  115. use the program for a period of time before you either decide to get rid of
  116. it or buy it (90 days in this case)...  I am grateful for all registrations. 
  117. $8 for Registration is not by any means expensive, and barely covers my costs. 
  118. This program is not meant to be expensive, but to be widely used and feasable
  119. for any programmer to use (and buy)...  I thank you for your support of this
  120. and my other products.
  121. -------------------------------------------------------------------------------
  122. What Bansi DOES
  123. -------------------------------------------------------------------------------
  124.         Bansi is a library consisting of many ANSI functions.  It will return
  125. the ANSI sequences for the corresponding functions after parameters are
  126. passed.  All commands are compatible with ANSI.SYS and most ANSI compatible
  127. (if not all) terminal programs.
  128. -------------------------------------------------------------------------------
  129. SETTING UP Bansi
  130. -------------------------------------------------------------------------------
  131.         To set up Bansi, just include the .LIB file either in the working
  132. directory of the program to use them in or in the QuickBasic Library
  133. directory.  Include the .BI file in the QuickBasic Include directory or the
  134. working directory of the program to use it in.
  135.         To create a Quick Library for QB/VB-DOS, just run the CREATE
  136. utility furnished with Bansi.
  137. -------------------------------------------------------------------------------
  138. Part 3, Copyrights and Registration
  139. -------------------------------------------------------------------------------
  140. *All titles of companies or products used within this package are trademarks
  141.         or registered trademarks of their respected companies.
  142. -------------------------------------------------------------------------------
  143.  
  144.         Thank you for registering!
  145.  
  146. Send any questions, problems, or registrations, along with a self-addressed,
  147. stamped envelope to:
  148.  
  149.         Chris Walker
  150.         4345 East Greenwillow Lane
  151.         Idaho Falls, ID  83401-3722
  152.  
  153.